/* This file only uses Web Safe Colors, and should work in almost all browsers. */
/* Validated by the W3C CSS Validation service. */

/* block-level and inline elements */

html
{
	height: 100%;
}

body     {
     background: #000099;
     color: #000033;
     font: normal 11pt arial, helvetica, sans-serif;
	 margin: 0px 0px 0px 0px;
	 height: 100%;
	 padding-left: 52px;
}
table {
     font: normal 11pt arial, helvetica, sans-serif;
     color: #000033;
}
h1 { color: #000066; font-weight: bold; }
hr {
     margin-top: .35in;
     margin-right: .35in; 
}

div.theme-wrapper
{
	background-color: #ffffff;
	padding: 60px 50px 20px 20px;
}

table.theme-wrapper
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

/* general style classes */
.section-heading     { font-weight: bold; font-size: 16pt; color: #000099; }
.question-heading     { font-weight: bold; color: #333399; }
.question-text     { }
.choice-text     { padding-left: 1em; }
.list-anchor     { }
.text-block     { }
.calculated-field { background: #FAFAFA; }

/* table row styles for scale-definition questions */
.category-row     { }
.anchor-row     { }
.choice-row     { }

/* table text styles for scale-definition questions */
.total-row     { }
.odd-row     { }
.even-row     { background: #CCCCFF; }
.topic-text     { padding-left: 1em; }

/* table and cell styles for multi-page progress indicator */
.progress-table     { border: solid 1px #333399; line-height:13px; width:175px; }
.completed-cell     { background: #6666CC; }
.uncompleted-cell     { background: #CCCCCC; }
.progress-labels{ background-color: #F0F0F0; color: #BABABA; font: bold 9px Tahoma, sans-serif; width:175px; }
.progress-labels td { border: solid 2px #D0D0D0; }
.progress-text { font-size:.8em; margin-top:5px; }

/* Live Results */
.QuestionHeading { font-weight: bold; }
.QuestionText { }
.ReportElement { font-family: Arial, sans-serif; font-size: 12pt; padding: 15px 0px; width: 98%; }
.ReportQuestion { font-family: arial, sans-serif; font-size: 12pt; }
.ReportTable { border: solid 1px #C0C0C0; font-family: Arial, sans-serif; font-size: 10pt; }
.ReportTable td { border: solid 1px #C0C0C0; }
.ReportScale { background-color: #F0F0F0; border: solid 2px #D0D0D0; color: #BABABA; font: bold 9px Tahoma, sans-serif; }
.ReportScale td { border: solid 2px #D0D0D0; }
.ReportBar { border: solid 1px #C0C0C0; height: 18px; line-height: 18px; }
.ReportBar td { border: solid 1px #C0C0C0; height: 18px; line-height: 18px; }
.ReportItemRow { background-color: #FFFFFF; }
.ReportAltItemRow { background-color: #F8F8F8; }
.FreqBar { background:#8888FF; border:solid 1px #4B54C5 !important; }
.ReportHeaderRow { background-color: #E1ECFF; color: #3C4184; font-size: 8pt; height: 24px; }
.ReportFooterRow { background-color: #E1ECFF; color: #3C4184; font-size: 8pt; height: 24px; }
.ReportTotal { font-size: 9pt; font-weight: bold; }
.ReportRowLabel { color: #808080; }
.FreqBarSelected { background:#FF8888; border:solid 1px #C54B4B !important; }
.ReportItemRowSelected { background-color: #FFFFFF; font-weight:bold; }
.ReportAltItemRowSelected { background-color: #F8F8F8; font-weight:bold; }
.ReportItemCell { }
.ReportItemCellSelected { font-weight:bold; }
.email-link { display:inline;font-size:x-small;color:blue;cursor:pointer; }
.print-link { display:inline;margin-left:15px;font-size:x-small;color:blue;cursor:pointer; }
.responsesHighlighted { color: red; }

/* Glossary Support */
.glossary-word { border-bottom-width:1px; border-bottom-style:dashed; cursor:help; }
.glossary-tooltip { position:absolute; z-index:999; top: 0; left: 0; visibility: hidden; border:1px solid #999; background-color:Ivory; padding:5px 7px; }

/* Survey Validation */
.validation-error { color:Red; font-weight:bold; }